From: Peter Michael Green Date: Tue, 18 Jun 2024 00:34:17 +0000 (+0000) Subject: don't fail the build due to extra files. X-Git-Tag: archive/raspbian/1.38.2-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e7dbc806139cfe79f55442e6ecb35f18d0d0698e;p=nbdkit.git don't fail the build due to extra files. --- diff --git a/debian/changelog b/debian/changelog index d920e06..445b20b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ nbdkit (1.38.2-2+rpi1) trixie-staging; urgency=medium * Remove build-dependency on linux-image-armmp. * Disable testsuite. - -- Raspbian forward porter Mon, 17 Jun 2024 02:35:52 +0000 + [changes introduced in 1.38.2-2+rpi1 by Peter Michael Green] + * Don't fail the build due to extra files. + + -- Peter Michael Freen Tue, 18 Jun 2024 00:35:27 +0000 nbdkit (1.38.2-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index b305345..608cce2 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_test: # dh_auto_test --no-parallel override_dh_missing: - dh_missing -X.la --fail-missing + dh_missing -X.la override_dh_install: dh_install -X.la